.ddsmoothmenu-v ul{


}
.ddsmoothmenu-v li a{
    color: #001c76;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url("../images/icon_danhmuc.png") no-repeat left center;
    background-position-x:5px;
    font-size: 12px;
}
.ddsmoothmenu-v li{
    border-bottom: 1px dotted #D2D2D2;
    padding: 10px 10px;
    margin:0 10px;
    
}
.ddsmoothmenu-v li:last-child{
    border-bottom: none;
}
.ddsmoothmenu-v ul li{
position: relative;
}
.ddsmoothmenu-v li li a{
	color: #001c76;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 30px;
        background: url("../images/icon_danhmuc.png") no-repeat left center;
        background-position-x:5px;
        font-size: 12px;
}
.ddsmoothmenu-v li li{
    border-bottom: 1px dotted #D2D2D2;
    padding: 10px 10px;
    margin:0 10px;
    
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
overflow: auto; /*force hasLayout in IE7 */
/*color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
*/
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #414141; /*background of menu items (default state)*/
/*color: white;*/

        
}


.content1 .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:red;
}

.content1 .ddsmoothmenu-v ul li a:hover{
/*background: black; /*background of menu items during onmouseover (hover state)*/
	color:red;
}
.ddsmoothmenu-v ul li .active {
/*background: black; /*background of menu items during onmouseover (hover state)*/
	color:red;
}


/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
        position: absolute;
        width: 250px; /*Sub Menu Items width */
        top: 0;
        font-weight: normal;
        visibility: hidden;
        background:#FFF;
        padding:0px 0px;
        border:1px solid #EFEFEF;
        left: 240px !important;
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top,  #eeeeee 82%, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(82%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #eeeeee 82%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #eeeeee 82%,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #eeeeee 82%,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #eeeeee 82%,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}


 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */